'Declaration
<CLSCompliantAttribute(True)> <ComVisibleAttribute(False)> <ExceptionContractAnnotationAttribute(True)> Public Interface ITreeTraversable(Of T) Inherits ITreeTraversable
'Usage
Dim instance As ITreeTraversable(Of T)
[CLSCompliant(true)] [ComVisible(false)] [ExceptionContractAnnotation(true)] public interface ITreeTraversable<T> : ITreeTraversable
[CLSCompliant(true)] [ComVisible(false)] [ExceptionContractAnnotation(true)] generic<typename T> public interface class ITreeTraversable : public ITreeTraversable